home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
gui4cli
/
gui4cli.readme
< prev
next >
Wrap
Text File
|
1999-05-14
|
3KB
|
95 lines
Short: Easy, event driven GUI language - V3.7
Author: dck@hol.gr (D. Keletsekis)
Uploader: dck@hol.gr (D. Keletsekis)
Version: 3.7
Type: dev/gui
Requires: OS 3.0+
--------------------------------------------------
Main changes for Version 3.7
--------------------------------------------------
- Notify event (file/dir change notification)
- Commodity event (HotKeys)
- Sound effects
- Speak command with settings
- Flash, MoveScreen, SetAttr etc commands
- TextIn gadget hook
- Various internal vars & Attributes
- Many bug fixes & improvements..
- Graphics extention
- Improved guis
--------------------------------------------------
Program description :
--------------------------------------------------
Gui4Cli is an easy interpreted language for constructing
great looking GUIs with which you can (among many other
things) control other programs by issuing AmigaDos and
ARexx commands.
You just write a text file, and run it - No compilers,
libraries, or programming knowledge are needed.
Gui4Cli remains in memory and runs these GUIs that you
construct. You can run as many GUIs as your memory
allows, all from one instance of Gui4Cli.
The GUIs are visually editable, and the language has
powerful features such as Directory and DataBase
listviews, maths abilities, C extensions, many types of
variables, and much much more..
Gui4Cli is FreeWare.
Full program, manual, tutorials & demos are included.
D. Keletsekis
--------------------------------------------------
Highlights of previous versions
--------------------------------------------------
Version 3.6
- Timer event
- Interface for C programmers
- Fixed enforcer hits and many bugs
- Clipboard support
- Share menus among guis
- Arexx improvements
- 8SVX sound player extension
- LV text formating extension
Version 3.5
- Full maths abilities
- Database listviews, with fields, records etc
- Database commands
- Atributes & local variables
- minor additions & bug fixes
Version 3.4
- Added the TextFile, SearchVar, RepVar, LVRep commands
- minor additions & bug fixes
Version 3.3
- Just a bug fix of 3.2
Version 3.2
- Private variables
- The PIPE event
- The ability to pass arguments to routines & guis
- LVInsert, BreakTask, PartRedraw and more commands..
- Colored ansi text in listviews
- Extended variable notations
- more internal variables
- Online help for gadgets
- Visual editing & text improvements
- minor additions & bug fixes
Before
- I can't remember..